﻿* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.wrap {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.head {
	width: 100%;
	height: 15vw;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 999;
	background: #fff;
}

.head img {
	height: 7vw;
	display: block;
	margin-left: 3vw;
}

.swiper-container {
	width: 95%;
	margin: 0 auto;
	margin-top: 15vw;
	height: 40vw;
	border-radius: 10px;
}

.swiper-container img {
	width: 100%;
}

.justDown {
	width: 22vw;
	height: 8vw;
	margin-right: 3vw;
}

.justDown button {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	color: #fff;
	font-size: 15px;
	border-radius: 4vw;
	background: linear-gradient(90deg, #dccab8, #804e32, #d2b79c);
}

.justDown button:before {
	content: '';
	width: 0px;
	height: 13vw;
	overflow: hidden;
	display: block;
	box-shadow: 0 0 5px 3px #fff;
	position: absolute;
	transform: rotate(30deg);
	right: 0;
	top: -3px;
	animation: myMove 2s infinite;
}

@keyframes myMove {
	0% {
		right: 5%;
	}

	100% {
		right: 8rem;
	}
}

.mar {
	width: 95%;
	margin: 0 auto;
	height: 6vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mar img {
	height: 5vw;
}

marquee {
	font-size: 13px;
	color: #484a50;
	margin-left: 2vw;
	margin-right: 2vw;
}

.ck {
	width: 29%;
	height: 10vw;
	display: flex;
	align-items: center;
	color: slategrey;
}

.ck img {
	width: 100%;
}

.deposit {
	width: 95%;
	margin: 2vw auto;
	height: 10vw;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #9aa4c2;
}

.payicon {
	width: 80%;
	height: 10vw;
}

.payicon img {
	width: 100%;
}

.gameAdvice img {
	width: 100%;
}

.sec {
	width: 95%;
	margin: 2vw auto;
	height: 85vw;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec .project {
	width: 18%;
	height: 100%;
	margin-right: 3vw;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.pro {
	height: 12vw;
	background: url(../images/tabnormal.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	border-radius: 15px;
	box-sizing: border-box;
	box-shadow: 0 3px 5px 0 rgba(65, 70, 92, .3);
}

.pro1 {
	width: 100%;
	height: 100%;
	background: url(../images/tab1.png) no-repeat;
	background-size: 50%;
	background-position: left;
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.pro1.active {
	background-image: url(../images/tab7.png);
}

.pro2 {
	width: 100%;
	height: 100%;
	background: url(../images/tab2.png) no-repeat;
	background-size: 50%;
	background-position: left;
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.pro2.active {
	background-image: url(../images/tab8.png);
}

.pro3 {
	width: 100%;
	height: 100%;
	background: url(../images/tab3.png) no-repeat;
	background-size: 50%;
	background-position: left;
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.pro3.active {
	background-image: url(../images/tab9.png);
}

.pro4 {
	width: 100%;
	height: 100%;
	background: url(../images/tab4.png) no-repeat;
	background-size: 50%;
	background-position: left;
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.pro4.active {
	background-image: url(../images/tab10.png);
}

.pro5 {
	width: 100%;
	height: 100%;
	background: url(../images/tab5.png) no-repeat;
	background-size: 50%;
	background-position: left;
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.pro5.active {
	background-image: url(../images/tab11.png);
}

.pro6 {
	width: 100%;
	height: 100%;
	background: url(../images/tab6.png) no-repeat;
	background-size: 50%;
	background-position: left;
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.pro6.active {
	background-image: url(../images/tab12.png);
}

.tabselect {
	height: 12vw;
	background: url(../images/tabselect.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	border-radius: 15px;
	box-sizing: border-box;
	box-shadow: 0 3px 5px 0 rgba(65, 70, 92, .3);
}

.pro span {
	margin-right: 1vw;
	font-size: 14px;
	color: #9aa4c2;
}

.sec .showImg1 {
	width: 77%;
	height: 100%;
	position: relative;
}

.sec .showImg1 .activity {
	width: 100%;
	border-radius: 15px;
	box-shadow: 0 3px 5px 3px rgba(65, 70, 92, .3);
}

.show1,
.show2,
.show3,
.show4,
.show5,
.content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.activity img {
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.sec .showImg1 .match {
	width: 100%;
	margin-bottom: 0;
	border-radius: 15px;
	box-shadow: 0 3px 5px 3px rgba(65, 70, 92, .3);
}

.match img {
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.livePerson1 {
	border-radius: 15px;
	box-shadow: 0 3px 5px 3px rgba(65, 70, 92, .3);
}

.livePerson1 img {
	width: 100%;
	border-radius: 15px;
}

.livePerson2 ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.livePerson2 ul li {
	width: 48%;
	height: 25vw;
	padding: 4px 2px;

}

.livePerson2 ul li img {
	width: 100%;
	border-radius: 15px;
	box-shadow: 0 3px 5px 3px rgba(65, 70, 92, .3);
}

.electron {
	width: 100%;
	height: 100%;

}

.electron ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.electron ul li {
	width: 48%;
	margin-top: 3vw;
}

.electron ul li img {
	width: 100%;
	border-radius: 15px;
}

.line {
	margin-top: 2vw;
	border: .5px dashed #ddd;
}

.spansor {
	width: 100%;
	height: 75vw;
	margin: 2vw auto;
	text-align: center;
}

.spansor img {
	width: 100%;
	border-radius: 15px;
}

.friend {
	margin-top: 3vw;
}

.wxchat {
	width: 100%;
	height: 17vw;
	position: fixed;
	bottom: 0;
	left: 0;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	box-shadow: 0 2px 3px 2px rgba(0, 0, 0, .2);
	background-color: hsla(0, 0%, 100%, .9);
	color: #9aa4c2;
	text-align: center;
	line-height: 10vw;
	display: flex;
	box-sizing: border-box;
	align-items: center;
	z-index: 1000;
}

@media (max-width:360px) {
	.wxchat img {
		height: 8vw !important;
		margin-right: 5px;
	}
}

.wxchat img {
	height: 10vw;
	margin-right: 5px;
}

.wxchat p {
	color: #7a472b;
	line-height: 20px;
	flex: 1;
}

.wxchat p b {
	font-size: 2.5vw;
}

.wxchat p span {
	font-size: 3.2vw;
}

.wxchat button {
	margin-left: auto;
	width: 16vw;
	margin-right: 3vw;
	height: 8vw;
	border: 0;
	border-radius: 6px;
	background: linear-gradient(90deg, #dccab8, #d2b496, #d2b79c);
	color: #fff;
	font-size: 14px
}

.wxchat span span {
	font-size: 3vw;
}

.wxchat button:active {
	opacity: 0.8;
}

.image-item {
	display: block;
}
